Skip to content

CI: bump nx to v23.0.1 and use its cache between runs#34105

Draft
EugeniyKiyashko wants to merge 2 commits into
DevExpress:26_1from
EugeniyKiyashko:26_1_nx_cache
Draft

CI: bump nx to v23.0.1 and use its cache between runs#34105
EugeniyKiyashko wants to merge 2 commits into
DevExpress:26_1from
EugeniyKiyashko:26_1_nx_cache

Conversation

@EugeniyKiyashko

Copy link
Copy Markdown
Contributor

No description provided.

@EugeniyKiyashko EugeniyKiyashko self-assigned this Jun 23, 2026
Copilot AI review requested due to automatic review settings June 23, 2026 20:04
@EugeniyKiyashko EugeniyKiyashko requested a review from a team as a code owner June 23, 2026 20:04

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Enable Nx local caching in CI/build scripts to speed up repeated builds and test runs across the DevExtreme monorepo workflows.

Changes:

  • Removed --skipNxCache from build scripts and enabled caching for key Nx targets.
  • Added .nx/cache persistence via GitHub Actions cache in multiple workflows and introduced workflow-level concurrency cancellation for some pipelines.
  • Refined demo lint targets/inputs and increased default TestCafe concurrency.

Reviewed changes

Copilot reviewed 23 out of 23 changed files in this pull request and generated 21 comments.

Show a summary per file
File Description
tools/scripts/build-all.ts Removes forced cache bypass for build-dist and themebuilder build to allow Nx caching.
packages/devextreme/project.json Marks build and build-dist targets as cacheable.
packages/devextreme-themebuilder/project.json Expands inputs/outputs for themebuilder build and enables caching.
e2e/testcafe-devextreme/runner.ts Increases default TestCafe runner concurrency.
apps/demos/project.json Refines lint target inputs, adds lint-demos, and excludes large artifact folders from lint-html inputs.
apps/demos/package.json Switches lint to Nx run-many including the new lint-demos target.
apps/demos/.prettierignore Ignores testing/artifacts to avoid formatting generated artifacts.
.github/workflows/wrapper_tests.yml Adds concurrency cancellation and Nx cache restore/save.
.github/workflows/wrapper_tests_e2e.yml Adds Nx cache restore/save.
.github/workflows/visual-tests-demos.yml Adds Nx cache restore/save; adjusts jQuery matrix generation and concurrency.
.github/workflows/testcafe_tests.yml Adds Nx cache restore/save; generates matrix dynamically and tweaks TestCafe args.
.github/workflows/themebuilder_tests.yml Adds Nx cache restore/save.
.github/workflows/styles.yml Adds Nx cache restore/save.
.github/workflows/renovation.yml Adds Nx cache restore/save.
.github/workflows/qunit_tests.yml Adds Nx cache restore/save.
.github/workflows/publish-demos.yml Adds Nx cache restore/save.
.github/workflows/pr-storybook-deploy.yml Splits pnpm vs Nx cache steps and adds Nx cache restore/save.
.github/workflows/pr-storybook-deploy-manual.yml Adds Nx cache restore/save.
.github/workflows/playgrounds_tests.yml Adds Nx cache restore/save to build and matrix test jobs.
.github/workflows/lint.yml Adds Nx cache restore/save across lint jobs.
.github/workflows/demos_unit_tests.yml Adds Nx cache restore/save.
.github/workflows/default_workflow.yml Adds Nx cache restore/save.
.github/workflows/build_all.yml Adds concurrency cancellation and Nx cache restore/save.

Comment thread .github/workflows/wrapper_tests.yml Outdated
Comment thread .github/workflows/wrapper_tests.yml Outdated
Comment thread .github/workflows/wrapper_tests_e2e.yml Outdated
Comment thread .github/workflows/build_all.yml Outdated
Comment thread .github/workflows/themebuilder_tests.yml Outdated
Comment thread .github/workflows/default_workflow.yml Outdated
Comment thread .github/workflows/lint.yml Outdated
Comment thread .github/workflows/lint.yml Outdated
Comment thread .github/workflows/lint.yml Outdated
Comment thread .github/workflows/lint.yml Outdated
Copilot AI review requested due to automatic review settings June 23, 2026 21:13

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 26 out of 26 changed files in this pull request and generated 2 comments.

Comment thread apps/demos/project.json
Comment thread .github/workflows/testcafe_tests.yml Outdated
Copilot AI review requested due to automatic review settings June 23, 2026 23:04

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 28 out of 28 changed files in this pull request and generated 5 comments.

Comment thread .github/actions/run-qunit-tests/action.yml
Comment thread .github/workflows/testcafe_tests.yml Outdated
Comment thread .github/workflows/testcafe_tests.yml Outdated
Comment thread apps/demos/project.json
Comment thread apps/demos/project.json
Copilot AI review requested due to automatic review settings June 23, 2026 23:31

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 29 out of 29 changed files in this pull request and generated 4 comments.

Comment thread packages/devextreme/project.json
Comment thread packages/devextreme/project.json
Comment thread packages/devextreme-themebuilder/project.json
Comment thread packages/devextreme/project.json
Copilot AI review requested due to automatic review settings June 24, 2026 06:53

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 30 out of 30 changed files in this pull request and generated 3 comments.

Comment thread apps/demos/utils/server/csp-check.js
Comment thread .github/workflows/wrapper_tests.yml
Comment thread .github/workflows/build_all.yml

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 44 out of 48 changed files in this pull request and generated 3 comments.

Files not reviewed (4)
  • apps/demos/Demos/Diagram/AdvancedDataBinding/test-code.js: Generated file
  • apps/demos/Demos/Diagram/CustomShapesWithIcons/test-code.js: Generated file
  • apps/demos/Demos/Diagram/CustomShapesWithTemplates/test-code.js: Generated file
  • apps/demos/Demos/Diagram/CustomShapesWithTemplatesWithEditing/test-code.js: Generated file

Comment thread apps/demos/utils/server/csp-check.js
Comment thread packages/devextreme/project.json
Comment thread packages/devextreme/project.json
Copilot AI review requested due to automatic review settings June 24, 2026 08:43

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 44 out of 48 changed files in this pull request and generated 1 comment.

Files not reviewed (4)
  • apps/demos/Demos/Diagram/AdvancedDataBinding/test-code.js: Generated file
  • apps/demos/Demos/Diagram/CustomShapesWithIcons/test-code.js: Generated file
  • apps/demos/Demos/Diagram/CustomShapesWithTemplates/test-code.js: Generated file
  • apps/demos/Demos/Diagram/CustomShapesWithTemplatesWithEditing/test-code.js: Generated file

Comment thread apps/demos/utils/server/csp-check.js
Copilot AI review requested due to automatic review settings June 24, 2026 09:16

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 44 out of 48 changed files in this pull request and generated 3 comments.

Files not reviewed (4)
  • apps/demos/Demos/Diagram/AdvancedDataBinding/test-code.js: Generated file
  • apps/demos/Demos/Diagram/CustomShapesWithIcons/test-code.js: Generated file
  • apps/demos/Demos/Diagram/CustomShapesWithTemplates/test-code.js: Generated file
  • apps/demos/Demos/Diagram/CustomShapesWithTemplatesWithEditing/test-code.js: Generated file

Comment thread apps/demos/utils/server/csp-check.js
Comment thread .github/actions/run-qunit-tests/action.yml Outdated
Comment thread .github/actions/run-qunit-tests/action.yml Outdated
Copilot AI review requested due to automatic review settings June 24, 2026 09:42

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 44 out of 48 changed files in this pull request and generated 1 comment.

Files not reviewed (4)
  • apps/demos/Demos/Diagram/AdvancedDataBinding/test-code.js: Generated file
  • apps/demos/Demos/Diagram/CustomShapesWithIcons/test-code.js: Generated file
  • apps/demos/Demos/Diagram/CustomShapesWithTemplates/test-code.js: Generated file
  • apps/demos/Demos/Diagram/CustomShapesWithTemplatesWithEditing/test-code.js: Generated file

Comment thread apps/demos/utils/server/csp-check.js
Copilot AI review requested due to automatic review settings June 24, 2026 10:43

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 44 out of 48 changed files in this pull request and generated 2 comments.

Files not reviewed (4)
  • apps/demos/Demos/Diagram/AdvancedDataBinding/test-code.js: Generated file
  • apps/demos/Demos/Diagram/CustomShapesWithIcons/test-code.js: Generated file
  • apps/demos/Demos/Diagram/CustomShapesWithTemplates/test-code.js: Generated file
  • apps/demos/Demos/Diagram/CustomShapesWithTemplatesWithEditing/test-code.js: Generated file

Comment thread packages/devextreme/project.json
Comment thread apps/demos/utils/server/csp-check.js
@EugeniyKiyashko EugeniyKiyashko force-pushed the 26_1_nx_cache branch 2 times, most recently from 661cec3 to ce4f7d4 Compare June 24, 2026 13:33
@EugeniyKiyashko EugeniyKiyashko changed the title CI: use cache CI: bump nx to v23.0.1 and use its cache between runs Jun 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants